home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / temacd / wikipad / WikidPad-1.9beta2.exe / {app} / readme_Wic.txt < prev    next >
Text File  |  2005-12-29  |  6KB  |  213 lines

  1. This is the readme file for WikidpadCompact.
  2.  
  3.  
  4.  
  5. ++ CHANGELOG
  6.  
  7.  
  8. +++ Version 1.5.5 beta3 (2005-12-29)
  9.  
  10. No further separate changelog, see the ChangeLog in the help wiki instead.
  11.  
  12.  
  13.  
  14. +++ Version 1.5.5 unicode beta2 (2005-12-20)
  15.  
  16.     New features:
  17.  
  18.     * Basic table support. Example:
  19.  
  20. <<|
  21. here| nowhere| somewhere
  22. else| where?| elsewhere
  23. >>
  24.  
  25.     * Option to forbid cycles in trees
  26.     * Option to filter properties to show in HTML preview and export
  27.     * Exporting of wiki files does not use brackets in filenames anymore
  28.       (brackets are no more used since WikidPad original 1.20beta3).
  29.  
  30.     A few bugs fixed. Among others:
  31.         * Wrong lineendings in clipboard
  32.         * Missing RE prevents wrap text from work
  33.         * Creation of new wikis and importing doesn't work (wrong formatver)
  34.  
  35.  
  36. +++ Version 1.5.5 unicode beta (2005-11-09)
  37.  
  38. Warning: Version uses new database format, make backups of
  39. important data!
  40.  
  41.     New features:
  42.  
  43.     * Possibility to delete multiple wiki pages in
  44.       some dialogs (e.g. in "parentless nodes")
  45.     * Much better "Search wiki" dialog
  46.     * Options to control tree behaviour better
  47.       (e.g. automatic updating of tree icons)
  48.  
  49.     Fixed bug:
  50.  
  51.     * WikiWord and [WikiWord] were different words
  52.  
  53.  
  54. +++ Version 1.5 unicode beta (2005-11-09)
  55.  
  56.     New features:
  57.  
  58.     * Integrated HTML preview of a page
  59.     * Option to control font face of HTML preview
  60.  
  61.  
  62. +++ Version 1.4.5 unicode (2005-11-08)
  63.  
  64.     This version is now claimed to be final, some minor bugs
  65.     were removed since the first beta.
  66.  
  67.  
  68. +++ Version 1.4.5 unicode beta (2005-09-16)
  69.  
  70.     This is a beta version, but mainly because of the rewritten
  71.     HTML/XML export
  72.  
  73.  
  74.     Known problems:
  75.  
  76.     * Versions stored before 1.4 may be corrupted
  77.       (but the versioning feature is experimental anyway!)
  78.  
  79.     New features:
  80.  
  81.     * Rewritten HTML/XML export. Slower, but clearer, so further changes
  82.       should be much simpler to do. Asian languages shouldn't be a problem
  83.       anymore (I hope)
  84.     * Option to use new window when following a "wiki:" URL (was default)
  85.       or to reuse the already open window instead
  86.     * Arbitrary nested todo and property entries in the View tree
  87.     * Arbitrary alphanumeric characters (as defined by unicode consortium)
  88.       in non-camelCase wiki words. Exception: Words consisting of digits
  89.       only (e.g. "[42]") are not allowed.
  90.     * Menu plugin (shortcut: Shift-Ctrl-N) to create new nodes which
  91.       have the name "[New123456]" where "123456" is a unique number. Helpful
  92.       if you want to store some text snippets in the wiki but think about
  93.       the wiki page name later. The plugin file is "autoNew.py" in the
  94.       "extension" directory, if you want to edit or delete it.
  95.  
  96.  
  97.  
  98. +++ Version 1.4 unicode (2005-08-29)
  99.  
  100.     This is the first full unicode version!
  101.  
  102.     Known problems:
  103.  
  104.     * HTML export may not work correctly for Asian languages
  105.     * Earlier stored versions may be corrupted
  106.       (but the versioning feature is experimental anyway!)
  107.  
  108.     New features:
  109.  
  110.     * Add menu and toolbar items as Python plugins (no documentation yet, but
  111.       example in extensions/referrals.py). Written by Gerhard Reitmayr for
  112.       original WikidPad.
  113.     * "Wikize word" function. Written by endura29 and Gerhard Reitmayr.
  114.  
  115.  
  116. +++ Version 1.3.1 (2005-07-30)
  117.  
  118.     Fixed bugs:
  119.  
  120.     * Updating old formats failed if versioning data existed
  121.     * No autocomplete for non camelCase words and properties
  122.     * Problems with non-existing wikiwords in the tree
  123.  
  124.  
  125. +++ Version 1.3 (2005-07-27)
  126.  
  127.     Fixed bugs:
  128.  
  129.     * After creating new wiki in "Minimize to Tray" mode, an error about
  130.       a missing icon appeared
  131.     * Renaming wiki words did not work
  132.     * Words in database are in UTF-8 now. Previous databases
  133.       are converted automatically (but make a backup, just to be sure!)
  134.  
  135.  
  136.     New features:
  137.  
  138.     * Set an arbitrary word as root of the tree
  139.     * Auto-generated areas: Format an area as auto-generated and set a Python
  140.       expression which will be evaluated each time the page is shown and the
  141.       result will be presented in the area.
  142.     * Creation date is (again) recorded for newly created pages. "Created"
  143.       means here also to import a .wiki page file into the database for a
  144.       not yet existing page.
  145.     * Option "Start browser after export" to control if browser should
  146.       start after exporting (parts of) the wiki to HTML/XML
  147.  
  148.  
  149.     Other changes:
  150.  
  151.     * The mouse pointer changes to a hand over WikiWords if Ctrl is
  152.       pressed
  153.     * Database has a "settings" table with key/value rows which store
  154.       database format version and a branch tag (if somebody creates his
  155.       own version of Wic, he/she should change the tag)
  156.     * Searching the wiki is a bit faster now
  157.     * Additional module sqlite3api which tries to fulfill the Python
  158.       DB-API 2.0. WikiData.py now uses that, but needs yet a few
  159.       functions from the non-conforming SqliteThin3.py.
  160.  
  161.       pysqlite is not used, sorry.
  162.  
  163.  
  164.  
  165. +++ Version 1.2 (2005-07-20)
  166.  
  167.     Fixed bugs:
  168.  
  169.     * "Vacuum Wiki" crashed Wic
  170.     * Exporter cutted of first character of bold text
  171.     * Exporting XML didn't work
  172.  
  173.  
  174.     New Features:
  175.  
  176.     * "Minimize to Tray" option
  177.     * "Hide undefined WikiWords in Tree"
  178.     * "Low resource usage" option
  179.     * Open WikiWord can also create new parentless words
  180.     * Option to set date format for "Insert Date"
  181.  
  182.  
  183.     Other changes:
  184.  
  185.     * Database structure changed (prior databases are changed automatically,
  186.       after that, they are incompatible to previous versions)
  187.     * Creation date of wiki pages is not saved any longer. The creation date
  188.       written in XML output is meaningless
  189.     * Wiki-Syntax changed for "no highlighting" areas
  190.  
  191.  
  192. +++ Version 1.1
  193.  
  194.     New Features:
  195.  
  196.     * "Replace Text by WikiWord" function
  197.  
  198.  
  199.     Other changes:
  200.  
  201.     * Now also Windows installer provided
  202.  
  203.  
  204. +++ Version 1.0
  205.  
  206. Initial version derived from WikidPad 1.15
  207.  
  208.     * Uses Sqlite instead of Gadfly
  209.     * Stores wiki pages in a single database file
  210.     * License-free ugly icon set used
  211.  
  212.  
  213.